home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1403 / winlog.inf < prev   
Encoding:
Windows Setup INFormation  |  1997-01-14  |  989 b   |  46 lines

  1. ;
  2. ; "Windows95 Log System" Installation
  3. ;
  4. [version]
  5. signature="$CHICAGO$"
  6.  
  7. [WinLogInstall]
  8. CopyFiles = WinLog.Files.Inf, WinLog.Files.Exe
  9. AddReg    = WinLog.Reg
  10.  
  11. [DefaultInstall]
  12. CopyFiles = WinLog.Files.Inf, WinLog.Files.Exe
  13. AddReg    = WinLog.Reg
  14.  
  15. [DefaultUnInstall]
  16. DelFiles  = WinLog.Files.Inf, WinLog.Files.Exe
  17. DelReg    = WinLog.Reg
  18.  
  19. [SourceDisksNames]
  20. 1="WinLog","",1
  21.  
  22. [SourceDisksFiles]
  23. WinLog.Exe=1
  24. WinLog.Inf=1
  25.  
  26. [DestinationDirs]
  27. WinLog.Files.Inf = 17
  28. WinLog.Files.Exe = 11
  29.  
  30. [WinLog.Files.Inf]
  31. WINLOG.INF
  32.  
  33. [WinLog.Files.Exe]
  34. WINLOG.EXE
  35.  
  36. [WinLog.Reg]
  37. HKLM,%UIWL%
  38. HKLM,%UIWL%,DisplayName,,"%WinLogName%"
  39. HKLM,%UIWL%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\WinLog.inf"
  40. HKLM,%RNWL%,WinLog,,"%11%\WinLog.exe %11%\WinLog.sys"
  41.  
  42. [Strings]
  43. WinLogName="Windows95 Log System"
  44. UIWL="Software\Microsoft\Windows\CurrentVersion\Uninstall\WinLog"
  45. RNWL="Software\Microsoft\Windows\CurrentVersion\Run"
  46.